@charset "utf-8";

body {
	color: #B3B2B2;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	background-color: #585858;
}

h1 {
	font-size: 24px;
	text-align:center;
	color: #B1B1B1;
}

h2 {
	font-size: 20px;
	text-align:center;
	color: #B1B1B1;
}

h3 {             /*unsichtbarer Text*/
	font-size: 4 px;
	text-indent: -9999px;
	display:none;
}

h4 {     /*Produktbezeichnungen*/
	font-size: 20px;
	text-align:left;
	color: #B1B1B1;
}

h5 {
	font-size: 20px;
	text-align: center;
	font-weight:bold;
}

h6 {
	font-size: 18px;
	text-align:left;
	color: #B1B1B1;
}

h7 {
	font-size: 18px;
	text-align:center;
	color: #B1B1B1;
	font-weight: bold;
}



p {
	line-height: 1.4 em;
	padding:none;
	margin:none;
}

a {
	color: #F4D11C;
	text-decoration: none;
	font-style:normal;
}

a:hover {
	color: #F5F2D2;
}

.download_link {
	text-align: center;
	line-height: 50px;
}

ul {
	list-style-type:square;
	min-width:300px;
	text-align:left;
	list-style-position:inside;
	line-height:30px;
	
}

table {
	border-collapse:separate;
	border-spacing:15px 15x;
}

td {
	margin-left: 100px;
	padding-right: 20px;
}

video {
	display: block;
	margin: 0 auto;
	width:33.333333%;
}

#wrapper {
	min-hight: 200px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	display: block;
	height: 150px;
	background-color: #323131;
	background-image:url(../quickPX-Logo_Web.png);
	background-position:center;
	background-repeat:no-repeat;
}

#language-selection {
	color:#FFFFFF;
	font-style:italic;
	text-align:right;
	padding-top: 110px;
	padding-right: 20px;
}


#navigation {
	height: 40px;
	background-color:#161616;
	margin-bottom: 20px;
}

#main {
	min-height: 200px;
}

#footer {
	min-height: 70px;
	text-align: right;
	background-color:#323131;
	padding-right: 10px;
	line-height: 70px;
	margin-top: 20px;
}

#base {
	min-height: 200px
}

#subnavigation {
	min-height: 30px;
	background-color: #222222;
}
	
.row {
	min-height: 50px;
	display:block;
	overflow:hidden;
}

.flagheader {
	min-height: 35px;
	display:block;
	overflow:hidden;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	margin-top: 10px;
	color: #9d9d9d;
}

.flagcollage {
	margin-left: 35px;
	display: grid;
	grid-template-rows: auto auto auto;
	grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
	justify-content: space-around;
	
}

.flag_picture {
	min-height: 50px;
	width: 85 px;
	grid-column: auto auto;
	overflow: hidden;
}

.flag_picture_dubai {
	min-height: 50px;
	width: 85 px;
	grid-column: auto auto;
	overflow: hidden;
	padding-top: 6px;
}

.flag_picture_norway {
	min-height: 50px;
	width: 85 px;
	grid-column: auto auto;
	overflow: hidden;
	padding-left: 5px;
}

.flag_picture_switzerland {
	min-height: 50px;
	width: 85 px;
	grid-column: auto auto;
	overflow: hidden;
	padding-left: 12px;
}

.column-picture {
	min-width: 186px;
	float:left;
	margin-right: 60px;
}

.column-text {
	padding: 20px;
}
	
.column-half {
	width: 50%;
	min-height:100px;
	padding:20px;
	box-sizing: border-box;
    float: left;
	text-align:justify;
}

.column-index {
	width: 50%;
	min-height:100px;
	padding:20px;
	box-sizing: border-box;
    float: left;
	text-align:justify;
}

.column-index a {
	background-color:#161616;
	min-height: 30px;
	padding-top: 8px;
}

.column-index a:hover {
	background-color:#B1B0B0;
	color:#000000;
}

.column-third {
	width: 33.33333%;
	min-height:100px;
	padding:10px;
	box-sizing: border-box;
    float: left;
	text-align:justify;
}

/* Outline Outward */
/*disabled .outline-outward {
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 50px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;   
	text-align: center;
	display:block;
	background-color:#323131;
	font-size:24px;
}
.outline-outward:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.outline-outward:hover:before, .outline-outward:focus:before, .outline-outward:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
*/

.index_link {
	display: inline-block;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 85px;
	margin-left: 85px;
	/*box-sizing: border-box;*/
	text-align: center;
	display: block;
	font-size: 16px;
}

#navigation a:hover {
	background-color:#B1B0B0;
	color:#000000;
}

#navigation a:link {
	width: 20%;
	height: 40px;
	border-color: #C7C7C7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	text-align: center;
}

#footer a {
	font-size: 14px;
	text-align: center;
	line-height: 70px;
	display:block;
	width:33.333333%;
	float:left;
}

/*Platzhalter*/
.fill_picture {
	background-color: #585858;
	min-width: 186px;
	/*min-*/height: 250px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.product_picture {
	background-color: #585858;
	min-width: 250px;
	min-height: 250px;
	margin-top:20px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.appendix {
	font-size:10px;
}

#home_picture {
	background-color: #585858;
	min-width: 186px;
	min-height: 350px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#welcome_picture {
	display:block;
	text-align:center;
	width: 675 px;
	height: 600 px;
	background-color: #585858;
}


.filling_box {
	height:30px;
	max-width:250px;
	background-color:#585858;
}

#subtext {
	font-size: 8px;
}

#subtext a {
	color: #B3B2B2;
	font-size: 8px;
}


	.column-picture .product_picture {
	float:none;
	background-color: #585858;
}
